Release 10.1A: OpenEdge Development:
ADM Reference


askQuestion

Procedure that prompts for the maximum number of records to export and confirms the transfer of data in these records.

Location: exportdata.p

Parameters:

INPUT pcMessage AS CHARACTER

Message to display.

INPUT pcTitle AS CHARACTER

Title of message box.

INPUT plFieldChoice AS LOGICAL

Available options for DisplayFields. You can select:

Yes — Displays three buttons: Displayed, All, and Cancel.

No — Displays two buttons: OK and Cancel.

INPUT-OUTPUT piMaxRecords AS INTEGER

Maximum number of records to export.

OUTPUT plDisplayed AS LOGICAL

Idicates which button the user chose in the dialog box. The available ouputs are:

Yes — All fields.

No — Displayed fields only.

? — Cancel.

Notes: All text is defined as variables in the definition section.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095